home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / gconf / schemas / panel-object.schemas < prev    next >
Extensible Markup Language  |  2009-10-19  |  8KB  |  238 lines

  1. <?xml version="1.0"?>
  2. <gconfschemafile>
  3.   <schemalist>    
  4.     <!-- Applies to all object types -->
  5.     <schema>
  6.       <key>/schemas/apps/panel/objects/object_type</key>
  7.       <owner>panel</owner>
  8.       <type>string</type>
  9.       <default>menu-object</default>
  10.       <gettext_domain>gnome-panel-2.0</gettext_domain>
  11.       <locale name="C">
  12.         <short>Panel object type</short>
  13.         <long>
  14.           The type of this panel object. Possible values are
  15.           "drawer-object", "menu-object", "launcher-object",
  16.           "bonobo-applet", "action-applet" and "menu-bar".
  17.         </long>
  18.       </locale>
  19.     </schema>
  20.  
  21.    
  22.     <schema>
  23.       <key>/schemas/apps/panel/objects/toplevel_id</key>
  24.       <owner>panel</owner>
  25.       <type>string</type>
  26.       <default></default>
  27.       <gettext_domain>gnome-panel-2.0</gettext_domain>
  28.       <locale name="C">
  29.         <short>Toplevel panel containing object</short>
  30.         <long>
  31.           The identifier of the toplevel panel which contains this object.
  32.         </long>
  33.       </locale>
  34.     </schema>
  35.  
  36.     <schema>
  37.       <key>/schemas/apps/panel/objects/position</key>
  38.       <owner>panel</owner>
  39.       <type>int</type>
  40.       <default>0</default>
  41.       <gettext_domain>gnome-panel-2.0</gettext_domain>
  42.       <locale name="C">
  43.         <short>Object's position on the panel</short>
  44.         <long>
  45.           The position of this panel object. The position is specified
  46.           by the number of pixels from the left (or top if vertical)
  47.           panel edge.
  48.         </long>
  49.       </locale>
  50.     </schema>
  51.  
  52.     <schema>
  53.       <key>/schemas/apps/panel/objects/panel_right_stick</key>
  54.       <owner>panel</owner>
  55.       <type>bool</type>
  56.       <default>false</default>
  57.       <gettext_domain>gnome-panel-2.0</gettext_domain>
  58.       <locale name="C">
  59.         <short>Interpret position relative to bottom/right edge</short>
  60.         <long>
  61.           If true, the position of the object is interpreted relative
  62.           to the right (or bottom if vertical) edge of the panel.
  63.         </long>
  64.       </locale>
  65.     </schema>
  66.  
  67.     <schema>
  68.       <key>/schemas/apps/panel/objects/locked</key>
  69.       <owner>panel</owner>
  70.       <type>bool</type>
  71.       <default>false</default>
  72.       <gettext_domain>gnome-panel-2.0</gettext_domain>
  73.       <locale name="C">
  74.         <short>Lock the object to the panel</short>
  75.         <long>
  76.           If true, the user may not move the applet without first unlocking
  77.           the object using the "Unlock" menuitem.
  78.         </long>
  79.       </locale>
  80.     </schema>
  81.  
  82.     <!-- Applies to applets -->
  83.     <schema>
  84.       <key>/schemas/apps/panel/objects/bonobo_iid</key>
  85.       <owner>panel</owner>
  86.       <type>string</type>
  87.       <default></default>
  88.       <gettext_domain>gnome-panel-2.0</gettext_domain>
  89.       <locale name="C">
  90.         <short>Applet Bonobo IID</short>
  91.         <long>
  92.           The Bonobo implementation ID of the applet - e.g.
  93.           "OAFIID:GNOME_ClockApplet". This key is only
  94.           relevant if the object_type key is "bonobo-applet".
  95.         </long>
  96.       </locale>
  97.     </schema>
  98.  
  99.     <!-- Applies to drawers -->
  100.     <schema>
  101.       <key>/schemas/apps/panel/objects/attached_toplevel_id</key>
  102.       <owner>panel</owner>
  103.       <type>string</type>
  104.       <default></default>
  105.       <gettext_domain>gnome-panel-2.0</gettext_domain>
  106.       <locale name="C">
  107.         <short>Panel attached to drawer</short>
  108.         <long>
  109.           The identifier of the panel attached to this drawer. This
  110.           key is only relevant if the object_type key is "drawer-object".
  111.         </long>
  112.       </locale>
  113.     </schema>
  114.  
  115.     <schema>
  116.       <key>/schemas/apps/panel/objects/tooltip</key>
  117.       <owner>panel</owner>
  118.       <type>string</type>
  119.       <default></default>
  120.       <gettext_domain>gnome-panel-2.0</gettext_domain>
  121.       <locale name="C">
  122.         <short>Tooltip displayed for drawer or menu</short>
  123.         <long>
  124.           The text to display in a tooltip for this drawer or this menu. This
  125.           key is only relevant if the object_type key is "drawer-object" or
  126.           "menu-object".
  127.         </long>
  128.       </locale>
  129.     </schema>
  130.  
  131.     <!-- Applies to drawers and menu buttons -->
  132.     <schema>
  133.       <key>/schemas/apps/panel/objects/use_custom_icon</key>
  134.       <owner>panel</owner>
  135.       <type>bool</type>
  136.       <default>false</default>
  137.       <gettext_domain>gnome-panel-2.0</gettext_domain>
  138.       <locale name="C">
  139.         <short>Use custom icon for object's button</short>
  140.         <long>
  141.           If true, the custom_icon key is used as a custom icon for
  142.           the button. If false, the custom_icon key is ignored.
  143.           This key is only relevant if the object_type key is
  144.           "menu-object" or "drawer-object".
  145.         </long>
  146.       </locale>
  147.     </schema>
  148.  
  149.     <schema>
  150.       <key>/schemas/apps/panel/objects/custom_icon</key>
  151.       <owner>panel</owner>
  152.       <type>string</type>
  153.       <default></default>
  154.       <gettext_domain>gnome-panel-2.0</gettext_domain>
  155.       <locale name="C">
  156.         <short>Icon used for object's button</short>
  157.         <long>
  158.           The location of the image file used as the icon for the
  159.           object's button. This key is only relevant if the
  160.           object_type key is "drawer-object" or "menu-object" and
  161.           the use_custom_icon key is true.
  162.         </long>
  163.       </locale>
  164.     </schema>
  165.  
  166.     <!-- Applies to menu buttons -->
  167.     <schema>
  168.       <key>/schemas/apps/panel/objects/use_menu_path</key>
  169.       <owner>panel</owner>
  170.       <type>bool</type>
  171.       <default>false</default>
  172.       <gettext_domain>gnome-panel-2.0</gettext_domain>
  173.       <locale name="C">
  174.         <short>Use custom path for menu contents</short>
  175.         <long>
  176.           If true, the menu_path key is used as the path from which
  177.           the menu contents should be constructed. If false, the
  178.           menu_path key is ignored. This key is only relevant
  179.           if the object_type key is "menu-object".
  180.         </long>
  181.       </locale>
  182.     </schema>
  183.  
  184.     <schema>
  185.       <key>/schemas/apps/panel/objects/menu_path</key>
  186.       <owner>panel</owner>
  187.       <type>string</type>
  188.       <default>applications:/</default>
  189.       <gettext_domain>gnome-panel-2.0</gettext_domain>
  190.       <locale name="C">
  191.         <short>Menu content path</short>
  192.         <long>
  193.           The path from which the menu contents is contructed. This
  194.           key is only relevant if the use_menu_path key is true and
  195.           the object_type key is "menu-object".
  196.         </long>
  197.       </locale>
  198.     </schema>
  199.  
  200.     <!-- Applies to launchers -->
  201.     <schema>
  202.       <key>/schemas/apps/panel/objects/launcher_location</key>
  203.       <owner>panel</owner>
  204.       <type>string</type>
  205.       <default></default>
  206.       <gettext_domain>gnome-panel-2.0</gettext_domain>
  207.       <locale name="C">
  208.         <short>Launcher location</short>
  209.         <long>
  210.           The location of the .desktop file describing the launcher.
  211.           This key is only relevant if the object_type key is
  212.           "launcher-object".
  213.         </long>
  214.       </locale>
  215.     </schema>
  216.  
  217.     <!-- Applies to action buttons -->
  218.     <schema>
  219.       <key>/schemas/apps/panel/objects/action_type</key>
  220.       <owner>panel</owner>
  221.       <type>string</type>
  222.       <default>lock</default>
  223.       <gettext_domain>gnome-panel-2.0</gettext_domain>
  224.       <locale name="C">
  225.         <short>Action button type</short>
  226.         <long>
  227.           The action type this button represents. Possible values are
  228.           "lock", "logout", "run", "search" and "screenshot". This
  229.           key is only relevant if the object_type key is "action-applet".
  230.         </long>
  231.       </locale>
  232.     </schema>
  233.  
  234.          
  235.   </schemalist>
  236.   
  237. </gconfschemafile>
  238.